From d121e05966ab24871f0fb327c04466d40e33c1cb Mon Sep 17 00:00:00 2001 From: jluner Date: Sat, 27 May 2017 02:37:10 -0500 Subject: [PATCH] Update gcc dependency to match updated gcc elsewhere in cargo --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 5b7115de2..ca1ac023f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,7 +85,7 @@ name = "backtrace-sys" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.49 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", ] -- 2.30.2